home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / program / incld391.lha / includeindex39_1 / BuildIndices next >
AmigaDOS Script File  |  1995-07-25  |  923b  |  32 lines

  1. .key C/S,ASM/S,ASMCMP/S,HTML/S
  2. .bra [
  3. .ket ]
  4.  
  5. ; $VER: BuildIndices 39.2 (25.7.95)
  6. ; by Bruce M. Simpson <bsimpson@touchdwn.demon.co.uk>
  7. ;
  8. ; This script requires two other scripts, GenIncludeIndex and DoIncludeDir.
  9. ; Build include file indices according to pattern and directory.
  10. ;
  11. ; The scripts also require a working Pipe command, a pipeable sort (PSort),
  12. ; List, Copy and Delete to be present in your command path.  The PIPE:
  13. ; handler must also be mounted.
  14. ;
  15. ; It is recommended that the above commands be made resident, or else this
  16. ; script will take rather a long time indeed.
  17. ;
  18. ; You should reconfigure this file to suit your own environment.
  19. ;
  20. ; If the HTML argument is specified, indices are built in HTML format
  21. ; instead of AmigaGuide.
  22.  
  23. if val [C]
  24.  GenIncludeIndex INCLUDE: #?.h [HTML]
  25. endif
  26. if val [ASM]
  27.  GenIncludeIndex AINCLUDE: #?.i [HTML]
  28. endif
  29. if val [ASMCMP]
  30.  GenIncludeIndex DPINCLUDE: #?.i [HTML]
  31. endif
  32.